home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Auge 4000 / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).zip / Auge 4000 #47 (1990-06-22)(Amiga User Gruppe Einzugsgebiet 4000).adf / ARP-DOCS1.3 / ChangeTaskPri < prev    next >
Text File  |  1990-06-22  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.      ChangeTaskPri(V1.3)    (ARP User's Manual)   ChangeTaskPri(V1.3)
  5.  
  6.  
  7.  
  8.      NAME
  9.           ChangeTaskPri - Change a tasks execution priority.
  10.  
  11.      SYNOPSIS
  12.           ChangeTaskPri P=Pri,T=TASK=PROCESS/k
  13.  
  14.      DESCRIPTION
  15.           By increasing/decreasing the priority of various tasks in
  16.           the system, you can increase/decrease the amount of CPU time
  17.           each task is allocated.  The ARP version of this command
  18.           checks the value of your priority, and also allows you to
  19.           change task priorities of currently running tasks.  This
  20.           should be performed with care.  If no task number is
  21.           entered, this command uses the currently executing task.
  22.  
  23.           If executed with no arguments, ChangeTaskPri will return the
  24.           priority of the currently executing process.  This is useful
  25.           in shell scripts.
  26.  
  27.      EXAMPLE
  28.           ChangeTaskPri -5 Process 3 ; Change task 3's priority to
  29.                      ;    -5.
  30.           ChangeTaskPri 5            ; Change current CLI's priority
  31.  
  32.      SEE ALSO
  33.           Status ARun AshManual
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                   (printed 4/28/89)
  64.  
  65.  
  66.  
  67.